cd/entity/System ProgramΒ· homeβ€Ί entitiesβ€Ί System Program
grep -l @system program /news/*.json | wc -l β†’ 2

@System Program

mentions 2 type Person feed RSS
01:09
2026-05-23
dev.to
web3

# Day 24: In Solana, Everything is an Account

In Solana, all data is stored as "accounts" in a flat key-value store, where each account has five standard fields including lamports (SOL balance), data (a byte array), and an owner program. A key de…

// co-occurs with top 3 entities